gtk-demo: Use title case consistently
authorMatthias Clasen <mclasen@redhat.com>
Thu, 12 Dec 2013 21:21:59 +0000 (16:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Dec 2013 21:28:07 +0000 (16:28 -0500)
demos/gtk-demo/application.c
demos/gtk-demo/combobox.c
demos/gtk-demo/event_axes.c
demos/gtk-demo/offscreen_window.c
demos/gtk-demo/offscreen_window2.c
demos/gtk-demo/textscroll.c
demos/gtk-demo/transparent.c

index fa2d98d050ce9b46a4b92990d6bc2eff240b04a6..7ae64f0e63c375b04c29f942efbbc1550ee1a622 100644 (file)
@@ -1,4 +1,4 @@
-/* Application class
+/* Application Class
  *
  * Demonstrates a simple application.
  *
index e76413845ee83d702baa83ed9f79f2ec4cd708ee..cf20621ac4caab309733261cc57b88aab597eda1 100644 (file)
@@ -1,7 +1,7 @@
-/* Combo boxes
+/* Combo Boxes
  *
- * The ComboBox widget allows to select one option out of a list.
- * The ComboBoxEntry additionally allows the user to enter a value
+ * The GtkComboBox widget allows to select one option out of a list.
+ * The GtkComboBoxEntry additionally allows the user to enter a value
  * that is not in the list of options.
  *
  * How the options are displayed is controlled by cell renderers.
index 02d138c6707809393be234b3daf20e29d4b54eea..71db5705ae104565d562d40b009790c001d1b601 100644 (file)
@@ -1,4 +1,4 @@
-/* Event axes
+/* Event Axes
  *
  * Demonstrates advanced handling of event information from exotic
  * input devices.
index d0e451132f206df90f47a3f3ac1b79e5b2048a03..7c141e13d9c46f2d0226f9134063ffe49d254b88 100644 (file)
@@ -1,4 +1,4 @@
-/* Offscreen windows/Rotated button
+/* Offscreen Windows/Rotated Button
  *
  * Offscreen windows can be used to transform parts of a widget
  * hierarchy. Note that the rotated button is fully functional.
index 9188bfbff6dae4b2b273bca35fda946b0863b616..fa67a595a2a37e0cf8b18bcfc272cb9a9f045c9b 100644 (file)
@@ -1,4 +1,4 @@
-/* Offscreen windows/Effects
+/* Offscreen Windows/Effects
  *
  * Offscreen windows can be used to render elements multiple times to achieve
  * various effects.
index 158a2351dd19c5e586628176561ce76ea3425e8a..bb1dec12a432556ed8aef6a9ba5c77967a884896 100644 (file)
@@ -1,4 +1,4 @@
-/* Text Widget/Automatic scrolling
+/* Text Widget/Automatic Scrolling
  *
  * This example demonstrates how to use the gravity of
  * GtkTextMarks to keep a text view scrolled to the bottom
index 21c6a0b584853f58275b0d32ab6947db56ae8c2d..c26ee005874a5c8d59581c83ed2130dc9454dd67 100644 (file)
@@ -1,4 +1,4 @@
-/* Transparent
+/* Transparency
  *
  * Use transparent background on GdkWindows to create a shadow effect on a GtkOverlay widget.
  */